Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Release/2.21.0 #476

Merged
merged 18 commits into from
May 5, 2023
Merged

Release/2.21.0 #476

merged 18 commits into from
May 5, 2023

Conversation

nenadV91
Copy link
Contributor

@nenadV91 nenadV91 commented May 4, 2023

Summary

  • share invert price fills tab
  • fix: view fills button on details page
  • fix: show only trades for the current page on fills tab
  • average execution price card

Changelog

44f4d8f 448/avg execution price card (#470)
bbd7678 Bump @sentry/webpack-plugin from 1.20.0 to 1.20.1 (#467)
eb1eae7 Bump @babel/preset-env from 7.21.4 to 7.21.5 (#464)
f129331 Bump @babel/core from 7.21.4 to 7.21.5 (#465)
f31612a Bump date-fns from 2.29.3 to 2.30.0 (#466)
88ee7e6 Bump prettier from 2.8.7 to 2.8.8 (#461)
8f28a17 Bump styled-components from 5.3.9 to 5.3.10 (#460)
0b20fbc Bump cytoscape from 3.23.0 to 3.24.0 (#459)
e9aa866 Bump enhanced-resolve from 5.12.0 to 5.13.0 (#458)
0224071 fix: show only trades belonging to the current page on fills tab (#456)
d8238c8 fix: view fills button on details page nagivates to fills tab (#455)
e7b3b00 435/share invert price fills tab (#454)
5337640 Bump @types/enzyme from 3.10.12 to 3.10.13 (#449)
7c0a83a Bump @types/react from 16.14.38 to 16.14.40 (#450)
6cde7d6 Bump playwright from 1.32.2 to 1.32.3 (#451)
2af6c74 Bump @apollo/client from 3.7.11 to 3.7.12 (#452)

Full Changelog: cowprotocol/cowswap@v2.20.0...v2.21.0

dependabot bot and others added 16 commits April 17, 2023 03:32
Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.7.11 to 3.7.12.
- [Release notes](https://github.com/apollographql/apollo-client/releases)
- [Changelog](https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md)
- [Commits](apollographql/apollo-client@v3.7.11...v3.7.12)

---
updated-dependencies:
- dependency-name: "@apollo/client"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [playwright](https://github.com/Microsoft/playwright) from 1.32.2 to 1.32.3.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.32.2...v1.32.3)

---
updated-dependencies:
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.14.38 to 16.14.40.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/enzyme](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/enzyme) from 3.10.12 to 3.10.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/enzyme)

---
updated-dependencies:
- dependency-name: "@types/enzyme"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Using single state for inverting the whole fills tab

* Invert all prices on order details at once

* Fix storybook
* Filter out only trades belonging to the current page

* Renamed shownTrades to currentPageTrades
Bumps [enhanced-resolve](https://github.com/webpack/enhanced-resolve) from 5.12.0 to 5.13.0.
- [Release notes](https://github.com/webpack/enhanced-resolve/releases)
- [Commits](webpack/enhanced-resolve@v5.12.0...v5.13.0)

---
updated-dependencies:
- dependency-name: enhanced-resolve
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cytoscape](https://github.com/cytoscape/cytoscape.js) from 3.23.0 to 3.24.0.
- [Release notes](https://github.com/cytoscape/cytoscape.js/releases)
- [Commits](cytoscape/cytoscape.js@v3.23.0...v3.24.0)

---
updated-dependencies:
- dependency-name: cytoscape
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.3.9 to 5.3.10.
- [Release notes](https://github.com/styled-components/styled-components/releases)
- [Commits](styled-components/styled-components@v5.3.9...v5.3.10)

---
updated-dependencies:
- dependency-name: styled-components
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.7...2.8.8)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.29.3 to 2.30.0.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/v2.30.0/CHANGELOG.md)
- [Commits](date-fns/date-fns@v2.29.3...v2.30.0)

---
updated-dependencies:
- dependency-name: date-fns
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.21.4 to 7.21.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.5/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.21.4 to 7.21.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.21.5/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@sentry/webpack-plugin](https://github.com/getsentry/sentry-webpack-plugin) from 1.20.0 to 1.20.1.
- [Release notes](https://github.com/getsentry/sentry-webpack-plugin/releases)
- [Changelog](https://github.com/getsentry/sentry-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-webpack-plugin@v1.20.0...v1.20.1)

---
updated-dependencies:
- dependency-name: "@sentry/webpack-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* New column with avg. execution price on fills table

* Adding new column to css grid

* Show avg exec price in the second position
@vercel
Copy link

vercel bot commented May 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
explorer-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback

📖 Storybook ↗︎

@nenadV91 nenadV91 requested review from a team May 4, 2023 13:44
@github-actions
Copy link

github-actions bot commented May 4, 2023

Pull Request Test Coverage Report for Build 4892907721

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.04%) to 61.585%

Totals Coverage Status
Change from base Build 4701720670: 0.04%
Covered Lines: 872
Relevant Lines: 1231

💛 - Coveralls

@socket-security
Copy link

socket-security bot commented May 4, 2023

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@babel/[email protected] environment +80 nicolo-ribaudo
@babel/[email protected] environment +20 nicolo-ribaudo
[email protected] filesystem, environment +0 prettier-bot
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
@cowprotocol/[email protected] 0.1.0-alpha.0...0.1.0 None +0/-0 cowprotocol_dev
@apollo/[email protected] 3.7.11...3.7.12 None +0/-0 apollo-bot
@types/[email protected] 3.10.12...3.10.13 None +1/-1 types
[email protected] 5.3.9...5.3.10 None +13/-1 probablyup
@sentry/[email protected] 1.20.0...1.20.1 None +1/-1 sentry-bot
[email protected] 3.23.0...3.24.0 None +0/-0 maxkfranz
[email protected] 2.29.3...2.30.0 None +1/-0 kossnocorp
[email protected] 1.32.2...1.32.3 None +1/-1 aslushnikov
[email protected] 5.12.0...5.13.0 None +0/-0 thelarkinn
@types/[email protected] 16.14.38...16.14.40 None +0/-0 types

Copy link

@elena-zh elena-zh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

anxolin and others added 2 commits May 5, 2023 13:26
* Add env to change the IPFS gateway

* Undo wrong const

* Fix env and specify the gateway in app-data

* Fix issue with broken app-data page
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants